Uploaded image for project: 'Commons JEXL'
  1. Commons JEXL
  2. JEXL-415

incorrect template eval result

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.4.0
    • None

    Description

      The following code should return "#1", but actually returns "#${a}"

      var a = 1;
      return `#${a}`; 

      I checked the syntax doc, seems there is no such rule.

      Thanks!

      Attachments

        Activity

          People

            henrib Henri Biestro
            xupengcheng Xu Pengcheng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: